翻訳と辞書
Words near each other
・ File select
・ File sequence
・ File server
・ File Service Protocol
・ File shadowing
・ File sharing
・ File sharing in Canada
・ File sharing in Japan
・ File sharing in Singapore
・ File sharing in the United Kingdom
・ File shortcut
・ File signature
・ File size
・ File spanning
・ File Streaming Technology
File synchronization
・ File system
・ File system API
・ File system fragmentation
・ File system permissions
・ File System Visualizer
・ File transfer
・ File Transfer Protocol
・ File transfer protocol (disambiguation)
・ File types
・ File Under Black
・ File Under Popular
・ File Under Ramones
・ File URI scheme
・ File verification


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

File synchronization : ウィキペディア英語版
File synchronization

File synchronization (or syncing) in computing is the process of ensuring that computer files in two or more locations are updated via certain rules.
In ''one-way file synchronization'', also called mirroring, updated files are copied from a 'source' location to one or more 'target' locations, but no files are copied back to the source location. In ''two-way file synchronization'', updated files are copied in both directions, usually with the purpose of keeping the two locations identical to each other. In this article, the term synchronization refers exclusively to ''two-way file synchronization''.
File synchronization is commonly used for home backups on external hard drives or updating for transport on USB flash drives. BitTorrent Sync, Dropbox and basefolder 〔http://www.basefolder.com/〕 are prominent products. The automatic process prevents copying already identical files and thus can be faster and save much time versus a manual copy, and is less error prone. However this suffers from the limit that the synchronized files must physically fit in the portable storage device. Synchronization software that only keeps a list of files and the changed files eliminates this problem (e.g. the "snapshot" feature in Beyond Compare or the "package" feature in Synchronize It!). It is especially useful for mobile workers, or others that work on multiple computers.
It is possible to synchronize multiple locations by synchronizing them one pair at a time. The Unison Manual describes how to do this:
: If you need to do this, the most reliable way to set things up is to organize the machines into a “star topology,” with one machine designated as the “hub” and the rest as “spokes,” and with each spoke machine synchronizing only with the hub. The big advantage of the star topology is that it eliminates the possibility of confusing “spurious conflicts” arising from the fact that a separate archive is maintained by Unison for every pair of hosts that it synchronizes.
==Common features==
Common features of file synchronization systems include:
* Encryption for security, especially when synchronizing across the Internet.
* Compressing any data sent across a network.
* ''Conflict detection'' where a file has been modified on both sources, as opposed to where it has only been modified on one. Undetected conflicts can lead to overwriting copies of the file with the most recent version, causing data loss. For conflict detection, the synchronization software needs to keep a database of the synchronized files. Distributed conflict detection can be achieved by version vectors.
* ''Open Files Support'' ensures data integrity when copying data or application files that are in-use or database files that are exclusively locked.
* Specific support for using an intermediate storage device, such as a removable flash disc, to synchronize two machines. Most synchronizing programs can be used in this way, but providing specific support for this can reduce the amount of data stored on a device.
* The ability to preview any changes before they are made.
* The ability to view differences in individual files.
* Backup between operating systems and transfer between network computers.〔(【引用サイトリンク】url=http://www.backupitnow.com/why-should-you-back-up-your-mac-to-a-windows-os-based-computer/ )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「File synchronization」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.